From: Glenn Morris Date: Sun, 22 Apr 2007 01:56:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~690 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=710bdb1047287a9da72bc77a773b5f0963b6891f;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index 75c57b73449..0c778c7b7be 100644 --- a/etc/TODO +++ b/etc/TODO @@ -101,6 +101,13 @@ current buffer. ** make back_comment use syntax-ppss or equivalent. ** Improve configure's treatment of NON_GNU_CPP on Solaris. +(patch available for after Emacs 22) + +** Consider improving src/sysdep.c's search for a fqdn. +http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html + +** Find a proper fix for rcirc multiline nick adding. +http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00684.html * Important features: diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2a3f91d7d2..f77c69178b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-04-22 Glenn Morris + * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom, + and give it the risky-local-variable property. + * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev before defining it.